home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Shareware World / HTML / HTML Voc 1.0 / HTML Vocabulary 1.0 / HTML Vocabulary 1.0.rsrc / TEXT_1800_Text styles.txt < prev    next >
Encoding:
Text File  |  1996-04-17  |  1.2 KB  |  93 lines

  1.  
  2.  Physical Styles    
  3.  
  4.  
  5.  
  6. <B>   Bold
  7.  
  8.  
  9.  
  10. <I>   Italic
  11.  
  12.  
  13.  
  14. <TT>  Monotype font, usually Courier
  15.  
  16.  <SUP> Stands for 'superscript'. Netscape 2.0 tag.
  17.  
  18.  <SUB> Stands for 'subscript'. Netscape 2.0 tag.
  19.  
  20.  
  21.  Change textsize    
  22.  
  23.  
  24.  
  25. <FONT SIZE=[n|+n|-n]>
  26.  
  27. n is a number between 1 (smallest text) and 7 (largest).
  28.  You can also increase reduce the size, for example +3.
  29.  
  30.  
  31.  
  32. <BASEFONT SIZE=n>
  33.  
  34. Sets the standard size of the text.
  35.  
  36.  
  37.  
  38. <Hn>
  39.  Change the size of a header. n is a number between
  40.  1 (largest) and 6 (smallest). When starting a new header,
  41.  it will always begin in a new line. The text will
  42.  normalize after the headers end.
  43.  
  44.  Logical Styles    
  45.  
  46.  
  47.  
  48. <DFN>
  49.  Defines a text. Shows up in italic.
  50.  
  51.  
  52. <EM>
  53.  
  54. Emphasized text text. Shows up in italic.
  55.  
  56.  
  57.  
  58. <CITE>
  59.  Titles.Shows up in italic.
  60.  
  61.  
  62.  
  63. <CODE>
  64.  
  65. Machinecode. Shows up in a typewriter font e.g. courier.
  66.  
  67.  
  68.  
  69. <KBD>
  70.  
  71. Stands for 'user keyboard entry', when you want the user
  72.  to type in a text. Shows up in a typewriter font, e.g.
  73.  courier. Sometimes bold.
  74.  
  75.  
  76.  
  77. <SAMP>
  78.  
  79. Stands for 'computer status message'. Shows up in a
  80.  typewriter font, e.g. Courier.
  81.  
  82.  
  83.  
  84. <STRONG>
  85.  
  86. Strongly emphasized text. Shows up in bold.
  87.  
  88.  
  89.  
  90. <VAR>
  91.  
  92. Stands for 'variable'. Shows up in italic.
  93.